home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Exploring Where & Why
/
Exploring Where & Why.iso
/
pc
/
UI.cst
/
00113_certificateName.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2004-07-12
|
271 b
|
15 lines
on keyDown
if the key = RETURN then dontpassevent
else pass
end
on mouseDown
puppetSprite the clickOn, TRUE
set the editable of sprite the clickOn to TRUE
updateStage
set the selStart = the mouseChar
set the selEnd = the mouseChar
updateStage
pass
end